var net.threadLimit

4 uses

	net (current package)
		net.go#L671: var threadLimit chan struct{}
		net.go#L677: 		threadLimit = make(chan struct{}, concurrentThreadsLimit())
		net.go#L679: 	threadLimit <- struct{}{}
		net.go#L683: 	<-threadLimit